See Also

Curve Class  | Curve Members  | Overload List

Language

Visual Basic

C#

Show All

lineStyle
Specifies the line information for the Curve object.
pointData

The array of floating-point numbers that represent the location and size of the Curve.

See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Curve Constructor(Line,PointF[])

Initializes a new instance of the Curve class.
Gets or sets the anchor points of the Curve.

[Visual Basic]
Public Function New( _    ByVal lineStyle As Line, _    ByVal pointData() As PointF _ )
[C#]
public Curve(    Line lineStyle,    PointF[] pointData );

Parameters

lineStyle
Specifies the line information for the Curve object.
pointData

The array of floating-point numbers that represent the location and size of the Curve.

See Also

Curve Class  | Curve Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.